home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / real / gadget / r3aniplg.js < prev    next >
Encoding:
JavaScript  |  2005-04-04  |  885 b   |  49 lines

  1.  
  2. // JavaScript wrapper for r3aniplg.h
  3. // Auto generated file, do not modify by hand
  4. // Copyright ⌐ 2004, Realsoft Graphics Oy
  5.  
  6. var R3_r3aniplg_H = 1;
  7. include("oops/r3gadget.js")
  8.  
  9.  
  10. var R3CLID_ANIMPLAYGAD = 233;
  11.  
  12.  
  13.  
  14.  
  15. // Description: For internal mapchanges
  16.  
  17. R3ANIMPLG_CANCELLENGTH = 233012;
  18.  
  19. function mR3ANIMPLG_CANCELLENGTH() {
  20.   DoA(this.r3obj, 233012, 0, R3TID_INTEGER, 0);
  21. }
  22.  
  23. // Description: Reset view zoom / pan to defaults
  24.  
  25. R3ANIPLGM_RESET = 233028;
  26.  
  27. function mR3ANIPLGM_RESET() {
  28.   DoA(this.r3obj, 233028, 0, R3TID_INTEGER, 0);
  29. }
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36. function r3Animplaygad () { 
  37.    this.base = r3God;
  38.    if(arguments.length) {
  39.       this.base(R3CLID_ANIMPLAYGAD, arguments);
  40.    }
  41.    // Methods
  42.    this.CANCELLENGTH=mR3ANIMPLG_CANCELLENGTH;
  43.    this.RESET=mR3ANIPLGM_RESET;
  44.  
  45.    // Attributes
  46. }
  47.  
  48. r3Animplaygad.prototype=new r3Gadget;
  49. // r3aniplg.h_H